makeInaccessible

public static void makeInaccessible(Array<Class<? extends Object>> publicTypes)

Removes the publicTypes from the types that are accessible from JavaScript.

Does nothing if the publicTypes array contains a type that is not accessible.

Parameters

publicTypes

the types to be removed from the accessible ones